Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class
Fields Properties Methods

In This Topic
    C1ListView<T> Class Members
    In This Topic

    The following tables list the members exposed by C1ListView<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1ListView<T> class.  
    Top
    Public Fields
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the odd items.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color of the odd items.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the underlying collection.  
    Public PropertyGets or sets the property name or path of the item that will be used to extract the text that will be displayed.  
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font family applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font size applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font style applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font weight applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of the groups.  
    Public PropertyGets or sets the template used to display groups.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color of the group items.  
    Public PropertyGets or sets whether the general purpose properties like foreground or fonts are inherited to the children automatically. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether this instance is disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color that is used to paint the background of items.  
    Public PropertyGets or sets the callback that will be called when an item is double tapped.  
    Public PropertyGets the height of the items.  
    Public PropertyGets the collection of items displayed in the list.  
    Public PropertyGets or sets the collection of items.  
    Public PropertyGets or sets the style of the items.  
    Public PropertyGets or sets the callback that will be called when an item is tapped.  
    Public PropertyGets or sets the template used to render the items.  
    Public PropertyGets or sets the C1.Blazor.Core.C1Color of the items.  
    Public PropertyGets or sets the callback that is called when the items are being loaded.  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets visibility of the vertical scrollbar.  
    Public PropertyGets or sets the ListView selection.  
    Public PropertyOccurs after selection changed.  
    Public PropertyGets or sets how the cells or rows are selected.  
    Public PropertyGets or sets the style of the selection.  
    Public PropertyGets or sets the width of the line separating items.  
    Public PropertySets the name of the property used to control checkboxes placed next to each item.  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets the height of the viewport.  
    Top
    Public Methods
     NameDescription
    Public MethodScrolls the list vertically to the specified offset.  
    Public Method (Inherited from C1.Blazor.Core.C1View)
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodOverridden.   
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodRefresh current view panel  
    Public MethodScrolls the list to the specified index.  
    Public MethodScrolls the list to the specified index.  
    Public MethodSelects the specified index.  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    See Also